ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Animation Namespace / Variable2 Class / Create Method / Create(Manager2,Double[],Int32) Method

In This Topic
    Create(Manager2,Double[],Int32) Method
    In This Topic
    Initializes a new instance of the Variable2 class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal manager As Manager2, _
       ByVal initialValue() As System.Double, _
       ByVal cDimension As System.Integer _
    ) As Variable2
    public static Variable2 Create( 
       Manager2 manager,
       System.double[] initialValue,
       System.int cDimension
    )

    Parameters

    manager
    initialValue
    cDimension
    See Also